home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 2 / Apprentice-Release2.iso / Source Code / C / Utilities / xdiff 1.0 / xdiff1.0.src / xdiffapp.c < prev    next >
Encoding:
Text File  |  1989-07-20  |  15.8 KB  |  24 lines  |  [TEXT/MPS ]

  1.  
  2. /*
  3. *  xdiff
  4. *  Compares two text files and outputs a differences file which can be used to
  5. *  execute duplicate edits on another system.
  6. *
  7. *
  8. *  National Center for Supercomputing Applications
  9. *  March 7, 1988
  10. *
  11. */
  12. /*
  13.  * File xdiff.c
  14.  *
  15.  * Tim Krauskopf
  16.  *
  17.  * Portions Copyright Apple Computer, Inc. 1985, 1986
  18.  * All rights reserved.
  19.  *
  20.  */
  21.  
  22. # include <types.h>                 /* Nearly always required */
  23. # include <quickdraw.h>             /* To access the qd globals */
  24. # include <toolutils.h>             /* CursHandle and iBeamCursor *